From 5d85d22b0e6965615697f7830ab7ceb353f142b6 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Wed, 16 Mar 2022 23:38:23 -0500 Subject: [PATCH] Remove destinator, engergypro, f90, crumbs from CMakefile. --- CMakeLists.txt | 1 - GPSBabel.pro | 1 - destinator.cc => deprecated/destinator.cc | 0 3 files changed, 2 deletions(-) rename destinator.cc => deprecated/destinator.cc (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 579e12f13..30867a86e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,7 +84,6 @@ set(ALL_FMTS ${MINIMAL_FMTS} bcr.cc brauniger_iq.cc delgpl.cc - destinator.cc dg-100.cc dmtlog.cc exif.cc diff --git a/GPSBabel.pro b/GPSBabel.pro index a5cf68a01..7627e857c 100644 --- a/GPSBabel.pro +++ b/GPSBabel.pro @@ -59,7 +59,6 @@ ALL_FMTS = $$MINIMAL_FMTS \ bcr.cc \ brauniger_iq.cc \ delgpl.cc \ - destinator.cc \ dg-100.cc \ dmtlog.cc \ exif.cc \ diff --git a/destinator.cc b/deprecated/destinator.cc similarity index 100% rename from destinator.cc rename to deprecated/destinator.cc -- 2.30.2